HOME - PATTERN EXPERT HOME - PATTERN EXPERT
     
  

    deutsch  

legeoDev - The Developer Edition of "PATTERN EXPERT legeo"

PATTERN EXPERT legeo is an intelligent, self adapting reading system for Data Matrix / Dot Matrix codes of type ECC200 as well as PDF417 codes. It is especially designed to cope with the most difficult reading conditions: "dot" codes made up of clearly separated spots, heavily curved codes (e.g. on the surfaces of curved work pieces), small codes surrounded by many other objects (e.g. due to a large distance between the camera and code), strong distortion due to perspective, poor and non-uniform illumination, shiny surfaces, poor contrast, blur, arbitrarily rotated or mirrored codes. The reading system is continuously "learning". In this way, it is able to adapt itself quickly to varying reading conditions.

You can use this powerful 2D barcode reading system in your own software very easily - with the Software Development Kit (SDK) "PATTERN EXPERT legeoDev".



The toolkit legeoDev allows the developer to benefit from

  • a very easy-to-use interface for quick integration into your software,
  • convenient configuration with the program "legeo Master" (included in the toolkit),
  • the full reading performance for your application right from the start, due to prior training performed fully automatically by "legeo Master",
  • a continuous "update" of the reading system inside your application (due to its ongoing self adaption) for constantly good recognition performance.


It's as easy as this:

Load a series of typical sample images into the program "legeo Master" and press the button for training. Now, PATTERN EXPERT legeo "learns" all the necessary settings for decoding the images fully automatically. You don't need to worry about cumbersome settings like specifying types, angles, threshold values, etc.! For the programmer, there are only a handful of simple tasks to be performed. That's all!

For further information you may take a look at the manual (legeoDev_En.pdf) or at the header file (legeoDev.h).



Code Sample:

BITMAPINFO* pBMPInfo;
BYTE* pBMPData;
unsigned char strMessage[1000];
int nCorners[8];
.
.
.

//Search for messages
int nNumMessages = legeoDev_ReadBmp(pBMPInfo, pBMPData);

if (nNumMessages==LD_ERROR) // An error has occurred!
{
legeoDev_GetLastError(strMessage, 1000); // Get error message
.
.
.
}
else // No error
{
for(int i=0; i<nNumMessages; i++)
{ // Get all messages and symbol coordinates
legeoDev_GetNextMessage(strMessage, 1000, nCorners);
.
.
.
}
}



Prices:

SDK (1 computer) + 1 runtime license 198,- euros
2nd - 10th runtime license 148,- euros each

Further graduation on request.



Trial Version:

See for yourself how easy it is to use PATTERN EXPERT legeoDev and how well it performs with sample images from your own area of application! Try PATTERN EXPERT legeoDev yourself!

Download free 30-day trial version!



Further Information:

Click here to find further information about the reading performance of PATTERN EXPERT legeo.
Sample images and reading examples can be found here.


 
 

         : Home :: Company :: Competencies :: Imprint :: Sitemap :